VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ValueProcessing<TTarget,TValue> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
ValueProcessing<TTarget,TValue> Class
In This Topic
Allows to process value of analyzer.
Object Model
Analyzer<TTarget,TValue> ProcessingCommand<TTarget> ValueProcessing<TTarget,TValue>
Syntax
'Declaration

Public Class ValueProcessing
     (Of TTarget
The type of the target.
, TValue
The type of the processing value.
) Inherits ProcessingCommand(Of TTarget) Implements IProcessingCommand<TTarget>, IValueProcessing

Type Parameters

TTarget
The type of the target.
TValue
The type of the processing value.
Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.Processing.ProcessingCommand<TTarget>
      Vintasoft.Imaging.Processing.ValueProcessing<TTarget,TValue>

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also